@font-face {font-family: "bpg_mrgvlovani_caps_2010"; src: url("/fonts/bpg_mrgvlovani_caps_2010.ttf") format('woff');}
@font-face {font-family: "bpg_ingiri_arial"; src: url("/fonts/bpg_ingiri_arial.ttf") format('woff');}
@font-face {font-family: "bpg-arial-webfont"; src: url("/fonts/bpg-arial-webfont.ttf") format('woff');}
@font-face {font-family: "bpg-arial-caps-webfont"; src: url("/fonts/bpg-arial-caps-webfont.ttf") format('woff');}
}





html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: 'BPG Arial', sans-serif;
}
.player {
	height: 100%;
}
iframe {
	width: calc(100% - 120px);
	height: 100%;
	float: left;
}
.playlist {
        font-family: "bpg-arial-caps-webfont";
	width: 120px;
	height: 100%;
	float: left;
	position: relative;
	background-color: black;
}
.playlist-container {
	margin-top: 32px;
	width: 100%;
	height: calc(100% - 32px);
	overflow-y: auto;
}
.playlist > .heading {
        font-family: "bpg-arial-caps-webfont";
	width: 100%;
	border: none;
	outline: none;
	background-color: #0085cc;
	font-size: 0.9em;
    padding: 7px;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid #222222;
    cursor: pointer;
    -moz-transition:background-color .2s;
    -o-transition:background-color .2s;
    -webkit-transition:background-color .2s;
    transition:background-color .2s;
}
.playlist > .heading:hover {
	background-color: #4c9ef3;
}
.playlist > .heading i:before {
	font-size: 16px;
}
.playlist ul {
	padding: 0;
	margin: 0;
}
.playlist ul > li {
	display: block;
	color: #cacaca;
    text-align: left;
    padding: 7px 7px 7px 10px;
    background-color: #222222;
    border-bottom: 1px solid black;
    font-size: 0.9em;
    cursor: pointer;
    -moz-transition:background-color .2s, color .2s, border-color .2s;
    -o-transition:background-color .2s, color .2s, border-color .2s;
    -webkit-transition:background-color .2s, color .2s, border-color .2s;
    transition:background-color .2s, color .2s, border-color .2s;
}
.playlist li.season-title i:before, .playlist > .heading i:before, .playlist ul > li.active:before {
	margin-right: 5px;
}
.playlist ul > li.active, .playlist ul > li:hover {
	background-color: #3a3737;
	color: white;
	border-color:#484848;;
}
.playlist li.season-title {
	cursor: default !important;
	background-color: #0085cc !important;
	color: white !important;
	font-size: 15px;
}
.playlist ul > li.active:before {
        color: #ff7710;
}

::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{background:#282828;}
::-webkit-scrollbar-thumb{background:#0085cc;}
